home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / drivers / pa30.zip / HISTORY.TXT next >
Text File  |  1991-10-22  |  6KB  |  137 lines

  1. Printers' Apprentice History File
  2.  
  3. Version 1.0 * 28 June 1991      
  4.  
  5. Initial Release written in Visual Basic
  6. Simple viewing of fonts
  7. Ability to invoke ATM & CONTROL.EXE
  8. Color support
  9. Rescanning of system font information
  10. Bold, Italic, Roman, BoldItalic support
  11. Ability to scan through ANSI codes
  12. Points sizes 1 - 99
  13. Screen only support
  14. No help!
  15.  
  16. Version 2.0* August 1991       
  17.  
  18. 1. Added error trapping for "file not found" while shelling
  19.    to the ATM & Windows control panel
  20.  
  21. 2. Added API code to determine if shelled applications
  22.    are currently running
  23.  
  24. 3. Previous version only viewed ANSI 33 & above,
  25.    range is now 1 - 255. "ASCII" was also spelled
  26.    wrong in the application! (Yes, I am a college senior!)
  27.    All references to ASCII have been changed to ANSI. The ASCII
  28.    character set is only used by non-Win apps. Windows has always
  29.    used the ANSI character set.
  30.  
  31. 4. Special thanks to Sage Osterfeld at Atech software (the "Publisher's
  32.    PowerPak" folks) for his suggestion that the user be able to directly
  33.    enter the ANSI code. This has been implemented as a new menu item and
  34.    an editable text box in the main window. Beer mugs to Sage! []) [])
  35.  
  36. 5. The refresh font list menu item & button has been removed. The list is 
  37.    now refreshed anytime the current device is changed. Printer's 
  38.    Apprentice 2.0 defaults to the screen device on startup.
  39.  
  40. 6. Printer's Apprentice now makes use of its own INI file to store values
  41.    for the font, size, color, user name, and ANSI #. The PA.INI is read 
  42.    at startup and whenever the font lists are refreshed to determine 
  43.    how the font specimen is displayed. These items may be saved to the 
  44.    PA.INI file (*must* reside in the Windows directory) through a simple 
  45.    menu selection. The user's name is also stored in the PA.INI file.
  46.  
  47. 7. Clipboard support is now offered. Selecting Copy from the Edit menu
  48.    will send the specimen character to the clipboard in raw text format.
  49.    No formatting is sent. A link option is also there. If you paste a 
  50.    link into WinWord or Excel with the autoupdate field on, the 
  51.    character WinWord/Excel will change when you change the character
  52.    in PA. A nifty trick with no real purpose.
  53.     
  54. 8. A DDE channel to Microsoft Word for Windows now allows you to send
  55.    the currently displayed specimen character directly to Word! All
  56.    formatting commands, with the exception of color, are sent along 
  57.    with the character. The character will appear in WinWord exactly as
  58.    you saw it in The Printer's Apprentice preview window.
  59.  
  60. 9. Batch printing is easy! A single menu click will bring you to the
  61.    batch operations window. Select your batch operation from the 
  62.    drop down combo box. Use the "add", "delete", "add all", and 
  63.    "delete all" buttons to move fonts to the print list. After 
  64.    pressing go, a gauge will inform you of your printer's progress.
  65.  
  66. 10. A new menu item has been added to start the Windows clipboard. As with
  67.     all other program starting options, the EXE for the clipboard must
  68.     be in current path.
  69.  
  70. 11. Input from Printer's Apprentice 1.0 users everywhere has led to the
  71.     creation of an editable text box for font samples. A new menu item, 
  72.     User Entered Text, has been added under Options. This puts up a 
  73.     floating text box where the user may enter his/her (let us not 
  74.     be sexist!) own text in the current font and style. This text 
  75.     changes as the options are changed. This box is a floating text box, 
  76.     it may be moved around, hidden, iconized, or closed. The print 
  77.     button will dump the contents to the printer. Thanks to the users 
  78.     who asked for this feature! Beer mugs to you! [])
  79.  
  80. 12. Printer's Apprentice 2.0 is now copyrighted software. If you use 
  81.     PA to create font samples, browse ATM fonts, or use it simply as
  82.     an on-line resource, please register your copy. A single $15 
  83.     registration fee entitles you to a registration certificate, 
  84.     mail upgrades of registered versions, and a guilt free concious.
  85.     Please join the users who have made the shareware system work.
  86.  
  87. Version 2.10 * Late August 1991
  88. 1. Fixed a small bug which caused PA to crash if you selected a delete
  89.    button (in Batch window) with nothing in the print list. PA would
  90.    bomb out with an "illegal function call" error... not good...
  91.  
  92. 2. Resolution! Who said Windows programs are device independent!
  93.    The scupltured interface for PA 2.0 was actually a bitmap imported
  94.    from Paintbrush. It was created on a 640x480 system. Those folks
  95.    with 1024x768 monitors were seeing the bitmap shrink and distort
  96.    because of the difference in resolution. This problem has now
  97.    (famous last words) been fixed through the use of VB's internal,
  98.    device independent drawing routines. Because the bitmaps are no
  99.    longer stored in the executable file, the EXE has shrunk dramatically!
  100.  
  101. 3. Some picture style fonts (dingbats & carta in particular) has 
  102.    very strange leading that will cause an "Unexpected error 6" message.
  103.    This problem has been ironed out. Thanks to Lawrence E. Oliver, 
  104.    Terry Ganzel, and all the others who pointed this bug out to me.
  105.  
  106. 4. The printing routines have been tweaked a bit and should run
  107.    faster.
  108.  
  109. 5. Various cosmetic changes have been made in the font sheets to
  110.    give more information and just look better. The header has been
  111.    standardized.
  112.  
  113. Version 2.5
  114. 1. Simple internal speed changes...
  115.  
  116. 2. Printer setup is now available through the use of a public domain
  117.    DLL (PSETUP.DLL). The DLL file *must* be located in your path!
  118.    This DLL also allows direct access to the Publisher's PowerPak
  119.    control panel. To see PPak fonts, be sure the printer icon is 
  120.    selected as the current device.
  121.  
  122. 3. Again, various cosmetic changes. The options menu now uses bitmaps
  123.    for some menu items for that "professional look."
  124.  
  125. Version 3.0 October '91
  126. 1. Addition of a "More" button to access the user text box. You may now
  127.    edit text and see the control panel at the same time...
  128.  
  129. 2. Removal of the screen and printer device options. PA 3.0 now uses 
  130.    only the printer device. This was causing *many* #380 error codes...
  131.  
  132. 3. Addition of a keyboard guide and both capital and lower case spec
  133.    sheets. 
  134.  
  135. 4. Addition of a RUN menu item that will access several utility programs
  136.    (ATM, Win Control Panel, Clipboard, Atech Publisher's PowerPak.
  137.